Reactive Extensions

  • A proxy which hosts reactive extensions of Base.

    See more

    Declaration

    Swift

    public struct Reactive<Base>
  • Describes a provider of reactive extensions.

    Note

    ReactiveExtensionsProvider does not indicate whether a type is reactive. It is intended for extensions to types that are not owned by the module in order to avoid name collisions and return type ambiguities.
    See more

    Declaration

    Swift

    public protocol ReactiveExtensionsProvider: class
  • The reactive extension can be accessed through the reactive instance property and the reactive static property.

    See more

    Declaration

    Swift

    extension Reactive where Base: NotificationCenter
  • The reactive extension can be accessed through the reactive instance property and the reactive static property.

    See more

    Declaration

    Swift

    extension Reactive where Base: URLSession